Html Css Color HEX #303B18 Turtle Green

📋 copy color: '#303B18'

red 48 ◦ green 59 ◦ blue 24

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

Shades of Turtle Green #303B18

Tints of Turtle Green #303B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 36.64%
G = 45.04%
B = 18.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#303B18 (or 0x303B18) is known color: Turtle Green. HEX triplet: 30, 3B and 18. RGB value is (48,59,24). Sum of RGB (Red+Green+Blue) = 48+59+24=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 59 - color contains mainly: green. Hex color #303B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303B18 is #CFC4E7. Grayscale: #333333. Windows color (decimal): -13616360 or 1588016. OLE color: 1588016.

HSL color Cylindrical-coordinate representation of color #303B18: hue angle of 78.86º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303B18 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 59 24 -
CMYK 0.19 0 0.59 0.77
HSL 78.86º 0.42% 0.16% -
HSV(B) 78.86º 0.59% 0.23% -
XYZ 2.95 3.82 1.45 -
YUV 51.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 48 59 24 0.19 0 0.59 0.77 78.86 0.42 0.16
Hex 30 3B 18 13 0 3B 4D 4F 2A 10
Octal 60 73 30 23 0 73 115 117 52 20
Binary 110000 111011 11000 10011 0 111011 1001101 1001111 101010 10000

Color Harmonies of #303B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B18

Black with #303B18

Text Example


Text Example

White with #303B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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