Html Css Color HEX #255000 Turtle Green

📋 copy color: '#255000'

red 37 ◦ green 80 ◦ blue 0

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

Shades of Turtle Green #255000

Tints of Turtle Green #255000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 68.38%

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

R = 31.62%
G = 68.38%
B = 0%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#255000 (or 0x255000) is known color: Turtle Green. HEX triplet: 25, 50 and 00. RGB value is (37,80,0). Sum of RGB (Red+Green+Blue) = 37+80+0=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #255000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255000 is #DAAFFF. Grayscale: #3A3A3A. Windows color (decimal): -14331904 or 20517. OLE color: 20517.

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

Color convert

RGB 37 80 0 -
CMYK 0.54 0 1 0.69
HSL 92.25º 1% 0.16% -
HSV(B) 92.25º 1% 0.31% -
XYZ 3.63 6.13 0.99 -
YUV 58.02 95.25 113 -
System Red Green Blue C M Y K H S L
Decimal 37 80 0 0.54 0 1 0.69 92.25 1 0.16
Hex 25 50 0 36 0 64 45 5C 64 10
Octal 45 120 0 66 0 144 105 134 144 20
Binary 100101 1010000 0 110110 0 1100100 1000101 1011100 1100100 10000

Color Harmonies of #255000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255000

Black with #255000

Text Example


Text Example

White with #255000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255000; }

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

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

background-color css

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

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

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

border-color css

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

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

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