Html Css Color HEX #303509 Turtle Green

📋 copy color: '#303509'

red 48 ◦ green 53 ◦ blue 9

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

Shades of Turtle Green #303509

Tints of Turtle Green #303509

RGB

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

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

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

R = 43.64%
G = 48.18%
B = 8.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#303509 (or 0x303509) is known color: Turtle Green. HEX triplet: 30, 35 and 09. RGB value is (48,53,9). Sum of RGB (Red+Green+Blue) = 48+53+9=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #303509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303509 is #CFCAF6. Grayscale: #2E2E2E. Windows color (decimal): -13617911 or 603440. OLE color: 603440.

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

Color convert

RGB 48 53 9 -
CMYK 0.09 0 0.83 0.79
HSL 66.82º 0.71% 0.12% -
HSV(B) 66.82º 0.83% 0.21% -
XYZ 2.54 3.19 0.74 -
YUV 46.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 48 53 9 0.09 0 0.83 0.79 66.82 0.71 0.12
Hex 30 35 9 9 0 53 4F 43 47 C
Octal 60 65 11 11 0 123 117 103 107 14
Binary 110000 110101 1001 1001 0 1010011 1001111 1000011 1000111 1100

Color Harmonies of #303509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303509

Black with #303509

Text Example


Text Example

White with #303509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303509; }

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

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

background-color css

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

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

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

border-color css

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

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

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