Html Css Color HEX #303409 Turtle Green

📋 copy color: '#303409'

red 48 ◦ green 52 ◦ blue 9

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

Shades of Turtle Green #303409

Tints of Turtle Green #303409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.71%

 BLUE value IS 9 (3.91% from 255) = 8.26%

R = 44.04%
G = 47.71%
B = 8.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#303409 (or 0x303409) is known color: Turtle Green. HEX triplet: 30, 34 and 09. RGB value is (48,52,9). Sum of RGB (Red+Green+Blue) = 48+52+9=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #303409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303409 is #CFCBF6. Grayscale: #2E2E2E. Windows color (decimal): -13618167 or 603184. OLE color: 603184.

HSL color Cylindrical-coordinate representation of color #303409: hue angle of 65.58º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #303409 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 9 -
CMYK 0.08 0 0.83 0.80
HSL 65.58º 0.7% 0.12% -
HSV(B) 65.58º 0.83% 0.2% -
XYZ 2.5 3.1 0.73 -
YUV 45.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 48 52 9 0.08 0 0.83 0.80 65.58 0.7 0.12
Hex 30 34 9 8 0 53 50 42 46 C
Octal 60 64 11 10 0 123 120 102 106 14
Binary 110000 110100 1001 1000 0 1010011 1010000 1000010 1000110 1100

Color Harmonies of #303409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303409

Black with #303409

Text Example


Text Example

White with #303409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303409; }

 p { color: rgb(48,52,9); }

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

background-color css

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

 a { background-color: rgb(48,52,9); }

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

border-color css

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

 span { border-color: rgb(48,52,9); }

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