Html Css Color HEX #254B00 Turtle Green

📋 copy color: '#254B00'

red 37 ◦ green 75 ◦ blue 0

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

Shades of Turtle Green #254B00

Tints of Turtle Green #254B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 66.96%

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

R = 33.04%
G = 66.96%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#254B00 (or 0x254B00) is known color: Turtle Green. HEX triplet: 25, 4B and 00. RGB value is (37,75,0). Sum of RGB (Red+Green+Blue) = 37+75+0=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 75 (29.69% from 255 or 66.96% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 75 - color contains mainly: green. Hex color #254B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254B00 is #DAB4FF. Grayscale: #373737. Windows color (decimal): -14333184 or 19237. OLE color: 19237.

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

Color convert

RGB 37 75 0 -
CMYK 0.51 0 1 0.71
HSL 90.4º 1% 0.15% -
HSV(B) 90.4º 1% 0.29% -
XYZ 3.28 5.43 0.87 -
YUV 55.09 96.91 115.1 -
System Red Green Blue C M Y K H S L
Decimal 37 75 0 0.51 0 1 0.71 90.4 1 0.15
Hex 25 4B 0 33 0 64 47 5A 64 F
Octal 45 113 0 63 0 144 107 132 144 17
Binary 100101 1001011 0 110011 0 1100100 1000111 1011010 1100100 1111

Color Harmonies of #254B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B00

Black with #254B00

Text Example


Text Example

White with #254B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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