Html Css Color HEX #305008 Turtle Green

📋 copy color: '#305008'

red 48 ◦ green 80 ◦ blue 8

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

Shades of Turtle Green #305008

Tints of Turtle Green #305008

RGB

 RED value IS 48 (19.14% from 255) = 35.29%

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

 BLUE value IS 8 (3.52% from 255) = 5.88%

R = 35.29%
G = 58.82%
B = 5.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#305008 (or 0x305008) is known color: Turtle Green. HEX triplet: 30, 50 and 08. RGB value is (48,80,8). Sum of RGB (Red+Green+Blue) = 48+80+8=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #305008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305008 is #CFAFF7. Grayscale: #3E3E3E. Windows color (decimal): -13611000 or 544816. OLE color: 544816.

HSL color Cylindrical-coordinate representation of color #305008: hue angle of 86.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #305008 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 8 -
CMYK 0.40 0 0.90 0.69
HSL 86.67º 0.82% 0.17% -
HSV(B) 86.67º 0.9% 0.31% -
XYZ 4.13 6.38 1.24 -
YUV 62.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 48 80 8 0.40 0 0.90 0.69 86.67 0.82 0.17
Hex 30 50 8 28 0 5A 45 57 52 11
Octal 60 120 10 50 0 132 105 127 122 21
Binary 110000 1010000 1000 101000 0 1011010 1000101 1010111 1010010 10001

Color Harmonies of #305008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305008

Black with #305008

Text Example


Text Example

White with #305008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305008; }

 p { color: rgb(48,80,8); }

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

background-color css

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

 a { background-color: rgb(48,80,8); }

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

border-color css

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

 span { border-color: rgb(48,80,8); }

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