Html Css Color HEX #303816 Turtle Green

📋 copy color: '#303816'

red 48 ◦ green 56 ◦ blue 22

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

Shades of Turtle Green #303816

Tints of Turtle Green #303816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.44%

 BLUE value IS 22 (8.98% from 255) = 17.46%

R = 38.1%
G = 44.44%
B = 17.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#303816 (or 0x303816) is known color: Turtle Green. HEX triplet: 30, 38 and 16. RGB value is (48,56,22). Sum of RGB (Red+Green+Blue) = 48+56+22=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #303816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303816 is #CFC7E9. Grayscale: #313131. Windows color (decimal): -13617130 or 1456176. OLE color: 1456176.

HSL color Cylindrical-coordinate representation of color #303816: hue angle of 74.12º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #303816 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 56 22 -
CMYK 0.14 0 0.61 0.78
HSL 74.12º 0.44% 0.15% -
HSV(B) 74.12º 0.61% 0.22% -
XYZ 2.78 3.51 1.29 -
YUV 49.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 48 56 22 0.14 0 0.61 0.78 74.12 0.44 0.15
Hex 30 38 16 E 0 3D 4E 4A 2C F
Octal 60 70 26 16 0 75 116 112 54 17
Binary 110000 111000 10110 1110 0 111101 1001110 1001010 101100 1111

Color Harmonies of #303816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303816

Black with #303816

Text Example


Text Example

White with #303816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303816; }

 p { color: rgb(48,56,22); }

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

background-color css

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

 a { background-color: rgb(48,56,22); }

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

border-color css

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

 span { border-color: rgb(48,56,22); }

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