Html Css Color HEX #304406 Turtle Green

📋 copy color: '#304406'

red 48 ◦ green 68 ◦ blue 6

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

Shades of Turtle Green #304406

Tints of Turtle Green #304406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 55.74%

 BLUE value IS 6 (2.73% from 255) = 4.92%

R = 39.34%
G = 55.74%
B = 4.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#304406 (or 0x304406) is known color: Turtle Green. HEX triplet: 30, 44 and 06. RGB value is (48,68,6). Sum of RGB (Red+Green+Blue) = 48+68+6=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #304406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304406 is #CFBBF9. Grayscale: #373737. Windows color (decimal): -13614074 or 410672. OLE color: 410672.

HSL color Cylindrical-coordinate representation of color #304406: hue angle of 79.35º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #304406 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 68 6 -
CMYK 0.29 0 0.91 0.73
HSL 79.35º 0.84% 0.15% -
HSV(B) 79.35º 0.91% 0.27% -
XYZ 3.32 4.78 0.92 -
YUV 54.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 48 68 6 0.29 0 0.91 0.73 79.35 0.84 0.15
Hex 30 44 6 1D 0 5B 49 4F 54 F
Octal 60 104 6 35 0 133 111 117 124 17
Binary 110000 1000100 110 11101 0 1011011 1001001 1001111 1010100 1111

Color Harmonies of #304406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304406

Black with #304406

Text Example


Text Example

White with #304406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304406; }

 p { color: rgb(48,68,6); }

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

background-color css

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

 a { background-color: rgb(48,68,6); }

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

border-color css

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

 span { border-color: rgb(48,68,6); }

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