Html Css Color HEX #254200 Turtle Green

📋 copy color: '#254200'

red 37 ◦ green 66 ◦ blue 0

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

Shades of Turtle Green #254200

Tints of Turtle Green #254200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 64.08%

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

R = 35.92%
G = 64.08%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#254200 (or 0x254200) is known color: Turtle Green. HEX triplet: 25, 42 and 00. RGB value is (37,66,0). Sum of RGB (Red+Green+Blue) = 37+66+0=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #254200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254200 is #DABDFF. Grayscale: #323232. Windows color (decimal): -14335488 or 16933. OLE color: 16933.

HSL color Cylindrical-coordinate representation of color #254200: hue angle of 86.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #254200 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 66 0 -
CMYK 0.44 0 1 0.74
HSL 86.36º 1% 0.13% -
HSV(B) 86.36º 1% 0.26% -
XYZ 2.71 4.29 0.69 -
YUV 49.81 99.89 118.87 -
System Red Green Blue C M Y K H S L
Decimal 37 66 0 0.44 0 1 0.74 86.36 1 0.13
Hex 25 42 0 2C 0 64 4A 56 64 D
Octal 45 102 0 54 0 144 112 126 144 15
Binary 100101 1000010 0 101100 0 1100100 1001010 1010110 1100100 1101

Color Harmonies of #254200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254200

Black with #254200

Text Example


Text Example

White with #254200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254200; }

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

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

background-color css

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

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

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

border-color css

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

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

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