Html Css Color HEX #303505 Turtle Green

📋 copy color: '#303505'

red 48 ◦ green 53 ◦ blue 5

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

Shades of Turtle Green #303505

Tints of Turtle Green #303505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.72%

R = 45.28%
G = 50%
B = 4.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#303505 (or 0x303505) is known color: Turtle Green. HEX triplet: 30, 35 and 05. RGB value is (48,53,5). Sum of RGB (Red+Green+Blue) = 48+53+5=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 53 (21.09% from 255 or 50% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 53 - color contains mainly: green. Hex color #303505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303505 is #CFCAFA. Grayscale: #2E2E2E. Windows color (decimal): -13617915 or 341296. OLE color: 341296.

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

Color convert

RGB 48 53 5 -
CMYK 0.09 0 0.91 0.79
HSL 66.25º 0.83% 0.11% -
HSV(B) 66.25º 0.91% 0.21% -
XYZ 2.52 3.19 0.63 -
YUV 46.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 48 53 5 0.09 0 0.91 0.79 66.25 0.83 0.11
Hex 30 35 5 9 0 5B 4F 42 53 B
Octal 60 65 5 11 0 133 117 102 123 13
Binary 110000 110101 101 1001 0 1011011 1001111 1000010 1010011 1011

Color Harmonies of #303505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303505

Black with #303505

Text Example


Text Example

White with #303505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303505; }

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

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

background-color css

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

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

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

border-color css

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

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

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