Html Css Color HEX #303810 Turtle Green

📋 copy color: '#303810'

red 48 ◦ green 56 ◦ blue 16

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

Shades of Turtle Green #303810

Tints of Turtle Green #303810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.33%

R = 40%
G = 46.67%
B = 13.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#303810 (or 0x303810) is known color: Turtle Green. HEX triplet: 30, 38 and 10. RGB value is (48,56,16). Sum of RGB (Red+Green+Blue) = 48+56+16=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #303810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303810 is #CFC7EF. Grayscale: #313131. Windows color (decimal): -13617136 or 1062960. OLE color: 1062960.

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

Color convert

RGB 48 56 16 -
CMYK 0.14 0 0.71 0.78
HSL 72º 0.56% 0.14% -
HSV(B) 72º 0.71% 0.22% -
XYZ 2.73 3.49 1.02 -
YUV 49.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 48 56 16 0.14 0 0.71 0.78 72 0.56 0.14
Hex 30 38 10 E 0 47 4E 48 38 E
Octal 60 70 20 16 0 107 116 110 70 16
Binary 110000 111000 10000 1110 0 1000111 1001110 1001000 111000 1110

Color Harmonies of #303810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303810

Black with #303810

Text Example


Text Example

White with #303810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303810; }

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

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

background-color css

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

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

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

border-color css

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

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

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