Html Css Color HEX #303802 Turtle Green

📋 copy color: '#303802'

red 48 ◦ green 56 ◦ blue 2

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

Shades of Turtle Green #303802

Tints of Turtle Green #303802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 52.83%

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

R = 45.28%
G = 52.83%
B = 1.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#303802 (or 0x303802) is known color: Turtle Green. HEX triplet: 30, 38 and 02. RGB value is (48,56,2). Sum of RGB (Red+Green+Blue) = 48+56+2=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #303802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303802 is #CFC7FD. Grayscale: #2F2F2F. Windows color (decimal): -13617150 or 145456. OLE color: 145456.

HSL color Cylindrical-coordinate representation of color #303802: hue angle of 68.89º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #303802 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 56 2 -
CMYK 0.14 0 0.96 0.78
HSL 68.89º 0.93% 0.11% -
HSV(B) 68.89º 0.96% 0.22% -
XYZ 2.64 3.46 0.59 -
YUV 47.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 48 56 2 0.14 0 0.96 0.78 68.89 0.93 0.11
Hex 30 38 2 E 0 60 4E 45 5D B
Octal 60 70 2 16 0 140 116 105 135 13
Binary 110000 111000 10 1110 0 1100000 1001110 1000101 1011101 1011

Color Harmonies of #303802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303802

Black with #303802

Text Example


Text Example

White with #303802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303802; }

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

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

background-color css

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

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

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

border-color css

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

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

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