Html Css Color HEX #303814 Turtle Green

📋 copy color: '#303814'

red 48 ◦ green 56 ◦ blue 20

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

Shades of Turtle Green #303814

Tints of Turtle Green #303814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.13%

R = 38.71%
G = 45.16%
B = 16.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#303814 (or 0x303814) is known color: Turtle Green. HEX triplet: 30, 38 and 14. RGB value is (48,56,20). Sum of RGB (Red+Green+Blue) = 48+56+20=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #303814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303814 is #CFC7EB. Grayscale: #313131. Windows color (decimal): -13617132 or 1325104. OLE color: 1325104.

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

Color convert

RGB 48 56 20 -
CMYK 0.14 0 0.64 0.78
HSL 73.33º 0.47% 0.15% -
HSV(B) 73.33º 0.64% 0.22% -
XYZ 2.76 3.51 1.19 -
YUV 49.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 48 56 20 0.14 0 0.64 0.78 73.33 0.47 0.15
Hex 30 38 14 E 0 40 4E 49 2F F
Octal 60 70 24 16 0 100 116 111 57 17
Binary 110000 111000 10100 1110 0 1000000 1001110 1001001 101111 1111

Color Harmonies of #303814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303814

Black with #303814

Text Example


Text Example

White with #303814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303814; }

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

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

background-color css

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

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

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

border-color css

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

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

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