Html Css Color HEX #254D02 Turtle Green

📋 copy color: '#254D02'

red 37 ◦ green 77 ◦ blue 2

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

Shades of Turtle Green #254D02

Tints of Turtle Green #254D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 66.38%

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

R = 31.9%
G = 66.38%
B = 1.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#254D02 (or 0x254D02) is known color: Turtle Green. HEX triplet: 25, 4D and 02. RGB value is (37,77,2). Sum of RGB (Red+Green+Blue) = 37+77+2=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 77 (30.47% from 255 or 66.38% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 77 - color contains mainly: green. Hex color #254D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #254D02 is #DAB2FD. Grayscale: #383838. Windows color (decimal): -14332670 or 150821. OLE color: 150821.

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

Color convert

RGB 37 77 2 -
CMYK 0.52 0 0.97 0.70
HSL 92º 0.95% 0.15% -
HSV(B) 92º 0.97% 0.3% -
XYZ 3.43 5.71 0.98 -
YUV 56.49 97.25 114.1 -
System Red Green Blue C M Y K H S L
Decimal 37 77 2 0.52 0 0.97 0.70 92 0.95 0.15
Hex 25 4D 2 34 0 61 46 5C 5F F
Octal 45 115 2 64 0 141 106 134 137 17
Binary 100101 1001101 10 110100 0 1100001 1000110 1011100 1011111 1111

Color Harmonies of #254D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D02

Black with #254D02

Text Example


Text Example

White with #254D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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