Html Css Color HEX #253D00 Turtle Green

📋 copy color: '#253D00'

red 37 ◦ green 61 ◦ blue 0

#253D00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #253D00

Tints of Turtle Green #253D00

RGB

 RED value IS 37 (14.84% from 255) = 37.76%

 GREEN value IS 61 (24.22% from 255) = 62.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.76%
G = 62.24%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.76

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#253D00 (or 0x253D00) is known color: Turtle Green. HEX triplet: 25, 3D and 00. RGB value is (37,61,0). Sum of RGB (Red+Green+Blue) = 37+61+0=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 61 (24.22% from 255 or 62.24% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 61 - color contains mainly: green. Hex color #253D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253D00 is #DAC2FF. Grayscale: #2F2F2F. Windows color (decimal): -14336768 or 15653. OLE color: 15653.

HSL color Cylindrical-coordinate representation of color #253D00: hue angle of 83.61º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #253D00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 61 0 -
CMYK 0.39 0 1 0.76
HSL 83.61º 1% 0.12% -
HSV(B) 83.61º 1% 0.24% -
XYZ 2.43 3.73 0.59 -
YUV 46.87 101.55 120.96 -
System Red Green Blue C M Y K H S L
Decimal 37 61 0 0.39 0 1 0.76 83.61 1 0.12
Hex 25 3D 0 27 0 64 4C 54 64 C
Octal 45 75 0 47 0 144 114 124 144 14
Binary 100101 111101 0 100111 0 1100100 1001100 1010100 1100100 1100

Color Harmonies of #253D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D00

Black with #253D00

Text Example


Text Example

White with #253D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253D00; }

 p { color: rgb(37,61,0); }

 H1.HeaderClassName
 {
   color: #253D00;
 }
 .AnyTagClassName
 {
   color: #253D00;
 }
</style>

background-color css

<style>
 a { background-color: #253D00; }

 a { background-color: rgb(37,61,0); }

 div.DivClassName
 {
   background-color: #253D00;
 }
 .BgClassName
 {
   background-color: #253D00;
 }
</style>

border-color css

<style>
 span { border-color: #253D00; }

 span { border-color: rgb(37,61,0); }

 td.TdClassName
 {
   border-color: #253D00;
 }
 .TagClassName
 {
   border-color: #253D00;
 }
</style>