Html Css Color HEX #254A02 Turtle Green

📋 copy color: '#254A02'

red 37 ◦ green 74 ◦ blue 2

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

Shades of Turtle Green #254A02

Tints of Turtle Green #254A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 65.49%

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

R = 32.74%
G = 65.49%
B = 1.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#254A02 (or 0x254A02) is known color: Turtle Green. HEX triplet: 25, 4A and 02. RGB value is (37,74,2). Sum of RGB (Red+Green+Blue) = 37+74+2=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 74 (29.30% from 255 or 65.49% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 74 - color contains mainly: green. Hex color #254A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254A02 is #DAB5FD. Grayscale: #363636. Windows color (decimal): -14333438 or 150053. OLE color: 150053.

HSL color Cylindrical-coordinate representation of color #254A02: hue angle of 90.83º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #254A02 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 74 2 -
CMYK 0.50 0 0.97 0.71
HSL 90.83º 0.95% 0.15% -
HSV(B) 90.83º 0.97% 0.29% -
XYZ 3.22 5.3 0.91 -
YUV 54.73 98.24 115.35 -
System Red Green Blue C M Y K H S L
Decimal 37 74 2 0.50 0 0.97 0.71 90.83 0.95 0.15
Hex 25 4A 2 32 0 61 47 5B 5F F
Octal 45 112 2 62 0 141 107 133 137 17
Binary 100101 1001010 10 110010 0 1100001 1000111 1011011 1011111 1111

Color Harmonies of #254A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A02

Black with #254A02

Text Example


Text Example

White with #254A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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