Html Css Color HEX #304202 Turtle Green

📋 copy color: '#304202'

red 48 ◦ green 66 ◦ blue 2

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

Shades of Turtle Green #304202

Tints of Turtle Green #304202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.72%

R = 41.38%
G = 56.9%
B = 1.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#304202 (or 0x304202) is known color: Turtle Green. HEX triplet: 30, 42 and 02. RGB value is (48,66,2). Sum of RGB (Red+Green+Blue) = 48+66+2=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #304202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304202 is #CFBDFD. Grayscale: #353535. Windows color (decimal): -13614590 or 148016. OLE color: 148016.

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

Color convert

RGB 48 66 2 -
CMYK 0.27 0 0.97 0.74
HSL 76.88º 0.94% 0.13% -
HSV(B) 76.88º 0.97% 0.26% -
XYZ 3.18 4.53 0.76 -
YUV 53.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 48 66 2 0.27 0 0.97 0.74 76.88 0.94 0.13
Hex 30 42 2 1B 0 61 4A 4D 5E D
Octal 60 102 2 33 0 141 112 115 136 15
Binary 110000 1000010 10 11011 0 1100001 1001010 1001101 1011110 1101

Color Harmonies of #304202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304202

Black with #304202

Text Example


Text Example

White with #304202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304202; }

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

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

background-color css

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

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

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

border-color css

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

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

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