Html Css Color HEX #304205 Turtle Green

📋 copy color: '#304205'

red 48 ◦ green 66 ◦ blue 5

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

Shades of Turtle Green #304205

Tints of Turtle Green #304205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.2%

R = 40.34%
G = 55.46%
B = 4.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#304205 (or 0x304205) is known color: Turtle Green. HEX triplet: 30, 42 and 05. RGB value is (48,66,5). Sum of RGB (Red+Green+Blue) = 48+66+5=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #304205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304205 is #CFBDFA. Grayscale: #353535. Windows color (decimal): -13614587 or 344624. OLE color: 344624.

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

Color convert

RGB 48 66 5 -
CMYK 0.27 0 0.92 0.74
HSL 77.7º 0.86% 0.14% -
HSV(B) 77.7º 0.92% 0.26% -
XYZ 3.19 4.54 0.85 -
YUV 53.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 48 66 5 0.27 0 0.92 0.74 77.7 0.86 0.14
Hex 30 42 5 1B 0 5C 4A 4E 56 E
Octal 60 102 5 33 0 134 112 116 126 16
Binary 110000 1000010 101 11011 0 1011100 1001010 1001110 1010110 1110

Color Harmonies of #304205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304205

Black with #304205

Text Example


Text Example

White with #304205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304205; }

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

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

background-color css

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

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

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

border-color css

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

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

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