Html Css Color HEX #303506 Turtle Green

📋 copy color: '#303506'

red 48 ◦ green 53 ◦ blue 6

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

Shades of Turtle Green #303506

Tints of Turtle Green #303506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 49.53%

 BLUE value IS 6 (2.73% from 255) = 5.61%

R = 44.86%
G = 49.53%
B = 5.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#303506 (or 0x303506) is known color: Turtle Green. HEX triplet: 30, 35 and 06. RGB value is (48,53,6). Sum of RGB (Red+Green+Blue) = 48+53+6=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #303506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303506 is #CFCAF9. Grayscale: #2E2E2E. Windows color (decimal): -13617914 or 406832. OLE color: 406832.

HSL color Cylindrical-coordinate representation of color #303506: hue angle of 66.38º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #303506 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 53 6 -
CMYK 0.09 0 0.89 0.79
HSL 66.38º 0.8% 0.12% -
HSV(B) 66.38º 0.89% 0.21% -
XYZ 2.52 3.19 0.65 -
YUV 46.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 48 53 6 0.09 0 0.89 0.79 66.38 0.8 0.12
Hex 30 35 6 9 0 59 4F 42 50 C
Octal 60 65 6 11 0 131 117 102 120 14
Binary 110000 110101 110 1001 0 1011001 1001111 1000010 1010000 1100

Color Harmonies of #303506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303506

Black with #303506

Text Example


Text Example

White with #303506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303506; }

 p { color: rgb(48,53,6); }

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

background-color css

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

 a { background-color: rgb(48,53,6); }

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

border-color css

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

 span { border-color: rgb(48,53,6); }

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