Html Css Color HEX #303504 Turtle Green

📋 copy color: '#303504'

red 48 ◦ green 53 ◦ blue 4

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

Shades of Turtle Green #303504

Tints of Turtle Green #303504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.81%

R = 45.71%
G = 50.48%
B = 3.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#303504 (or 0x303504) is known color: Turtle Green. HEX triplet: 30, 35 and 04. RGB value is (48,53,4). Sum of RGB (Red+Green+Blue) = 48+53+4=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #303504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303504 is #CFCAFB. Grayscale: #2E2E2E. Windows color (decimal): -13617916 or 275760. OLE color: 275760.

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

Color convert

RGB 48 53 4 -
CMYK 0.09 0 0.92 0.79
HSL 66.12º 0.86% 0.11% -
HSV(B) 66.12º 0.92% 0.21% -
XYZ 2.51 3.18 0.6 -
YUV 45.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 48 53 4 0.09 0 0.92 0.79 66.12 0.86 0.11
Hex 30 35 4 9 0 5C 4F 42 56 B
Octal 60 65 4 11 0 134 117 102 126 13
Binary 110000 110101 100 1001 0 1011100 1001111 1000010 1010110 1011

Color Harmonies of #303504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303504

Black with #303504

Text Example


Text Example

White with #303504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303504; }

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

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

background-color css

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

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

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

border-color css

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

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

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