Html Css Color HEX #254502 Turtle Green

📋 copy color: '#254502'

red 37 ◦ green 69 ◦ blue 2

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

Shades of Turtle Green #254502

Tints of Turtle Green #254502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 63.89%

 BLUE value IS 2 (1.17% from 255) = 1.85%

R = 34.26%
G = 63.89%
B = 1.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#254502 (or 0x254502) is known color: Turtle Green. HEX triplet: 25, 45 and 02. RGB value is (37,69,2). Sum of RGB (Red+Green+Blue) = 37+69+2=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #254502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254502 is #DABAFD. Grayscale: #343434. Windows color (decimal): -14334718 or 148773. OLE color: 148773.

HSL color Cylindrical-coordinate representation of color #254502: hue angle of 88.66º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #254502 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 69 2 -
CMYK 0.46 0 0.97 0.73
HSL 88.66º 0.94% 0.14% -
HSV(B) 88.66º 0.97% 0.27% -
XYZ 2.9 4.65 0.8 -
YUV 51.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 37 69 2 0.46 0 0.97 0.73 88.66 0.94 0.14
Hex 25 45 2 2E 0 61 49 59 5E E
Octal 45 105 2 56 0 141 111 131 136 16
Binary 100101 1000101 10 101110 0 1100001 1001001 1011001 1011110 1110

Color Harmonies of #254502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254502

Black with #254502

Text Example


Text Example

White with #254502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254502; }

 p { color: rgb(37,69,2); }

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

background-color css

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

 a { background-color: rgb(37,69,2); }

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

border-color css

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

 span { border-color: rgb(37,69,2); }

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