Html Css Color HEX #303B0C Turtle Green

📋 copy color: '#303B0C'

red 48 ◦ green 59 ◦ blue 12

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

Shades of Turtle Green #303B0C

Tints of Turtle Green #303B0C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 49.58%

 BLUE value IS 12 (5.08% from 255) = 10.08%

R = 40.34%
G = 49.58%
B = 10.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.77

RGB Variations

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

Color information

#303B0C (or 0x303B0C) is known color: Turtle Green. HEX triplet: 30, 3B and 0C. RGB value is (48,59,12). Sum of RGB (Red+Green+Blue) = 48+59+12=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #303B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303B0C is #CFC4F3. Grayscale: #323232. Windows color (decimal): -13616372 or 801584. OLE color: 801584.

HSL color Cylindrical-coordinate representation of color #303B0C: hue angle of 74.04º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #303B0C is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 59 12 -
CMYK 0.19 0 0.80 0.77
HSL 74.04º 0.66% 0.14% -
HSV(B) 74.04º 0.8% 0.23% -
XYZ 2.85 3.78 0.93 -
YUV 50.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 48 59 12 0.19 0 0.80 0.77 74.04 0.66 0.14
Hex 30 3B C 13 0 50 4D 4A 42 E
Octal 60 73 14 23 0 120 115 112 102 16
Binary 110000 111011 1100 10011 0 1010000 1001101 1001010 1000010 1110

Color Harmonies of #303B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B0C

Black with #303B0C

Text Example


Text Example

White with #303B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303B0C; }

 p { color: rgb(48,59,12); }

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

background-color css

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

 a { background-color: rgb(48,59,12); }

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

border-color css

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

 span { border-color: rgb(48,59,12); }

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