Html Css Color HEX #304210 Turtle Green

📋 copy color: '#304210'

red 48 ◦ green 66 ◦ blue 16

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

Shades of Turtle Green #304210

Tints of Turtle Green #304210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.77%

 BLUE value IS 16 (6.64% from 255) = 12.31%

R = 36.92%
G = 50.77%
B = 12.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#304210 (or 0x304210) is known color: Turtle Green. HEX triplet: 30, 42 and 10. RGB value is (48,66,16). Sum of RGB (Red+Green+Blue) = 48+66+16=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #304210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304210 is #CFBDEF. Grayscale: #373737. Windows color (decimal): -13614576 or 1065520. OLE color: 1065520.

HSL color Cylindrical-coordinate representation of color #304210: hue angle of 81.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304210 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 16 -
CMYK 0.27 0 0.76 0.74
HSL 81.6º 0.61% 0.16% -
HSV(B) 81.6º 0.76% 0.26% -
XYZ 3.26 4.56 1.2 -
YUV 54.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 48 66 16 0.27 0 0.76 0.74 81.6 0.61 0.16
Hex 30 42 10 1B 0 4C 4A 52 3D 10
Octal 60 102 20 33 0 114 112 122 75 20
Binary 110000 1000010 10000 11011 0 1001100 1001010 1010010 111101 10000

Color Harmonies of #304210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304210

Black with #304210

Text Example


Text Example

White with #304210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304210; }

 p { color: rgb(48,66,16); }

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

background-color css

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

 a { background-color: rgb(48,66,16); }

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

border-color css

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

 span { border-color: rgb(48,66,16); }

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