#254F00

Color #254F00 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #254F00

Tints of Turtle Green #254F00

Color information

#254F00 (or 0x254F00) is unknown color: approx Turtle Green. HEX triplet: 25, 4F and 00. RGB value is (37,79,0). Sum of RGB (Red+Green+Blue) = 37+79+0=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 79 (31.25% from 255 or 68.10% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 79 - color contains mainly: green. Hex color #254F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #254F00 is #DAB0FF. Grayscale: #393939. Windows color (decimal): -14332160 or 20261. OLE color: 20261.

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

Color convert

RGB37790-
CMYK0.53010.69
HSL91.9º100%15.49%-
HSV(B)91.9º100%30.98%-
XYZ3.565.990.97-
YUV57.4495.59113.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.90%
GREEN value IS 79 (31.25% from 255) = 68.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.90%
G=68.10%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal377900.53010.6991.910015.49
Hex254F035064455c64f
Octal45117065014410513414417
Binary10010110011110110101011001001000101101110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #254F00;
 }
 .AnyTagClassName
 {
   color: #254F00;
 }
</style>
background-color css

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

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

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

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

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

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