Html Css Color HEX #303302 Turtle Green

📋 copy color: '#303302'

red 48 ◦ green 51 ◦ blue 2

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

Shades of Turtle Green #303302

Tints of Turtle Green #303302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 50.5%

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

R = 47.52%
G = 50.5%
B = 1.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#303302 (or 0x303302) is known color: Turtle Green. HEX triplet: 30, 33 and 02. RGB value is (48,51,2). Sum of RGB (Red+Green+Blue) = 48+51+2=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #303302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303302 is #CFCCFD. Grayscale: #2C2C2C. Windows color (decimal): -13618430 or 144176. OLE color: 144176.

HSL color Cylindrical-coordinate representation of color #303302: hue angle of 63.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #303302 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 51 2 -
CMYK 0.06 0 0.96 0.8
HSL 63.67º 0.92% 0.1% -
HSV(B) 63.67º 0.96% 0.2% -
XYZ 2.41 3 0.51 -
YUV 44.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 48 51 2 0.06 0 0.96 0.8 63.67 0.92 0.1
Hex 30 33 2 6 0 60 50 40 5C A
Octal 60 63 2 6 0 140 120 100 134 12
Binary 110000 110011 10 110 0 1100000 1010000 1000000 1011100 1010

Color Harmonies of #303302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303302

Black with #303302

Text Example


Text Example

White with #303302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303302; }

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

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

background-color css

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

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

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

border-color css

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

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

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