Html Css Color HEX #303819 Turtle Green

📋 copy color: '#303819'

red 48 ◦ green 56 ◦ blue 25

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

Shades of Turtle Green #303819

Tints of Turtle Green #303819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 37.21%
G = 43.41%
B = 19.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#303819 (or 0x303819) is known color: Turtle Green. HEX triplet: 30, 38 and 19. RGB value is (48,56,25). Sum of RGB (Red+Green+Blue) = 48+56+25=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #303819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303819 is #CFC7E6. Grayscale: #323232. Windows color (decimal): -13617127 or 1652784. OLE color: 1652784.

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

Color convert

RGB 48 56 25 -
CMYK 0.14 0 0.55 0.78
HSL 75.48º 0.38% 0.16% -
HSV(B) 75.48º 0.55% 0.22% -
XYZ 2.81 3.53 1.45 -
YUV 50.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 48 56 25 0.14 0 0.55 0.78 75.48 0.38 0.16
Hex 30 38 19 E 0 37 4E 4B 26 10
Octal 60 70 31 16 0 67 116 113 46 20
Binary 110000 111000 11001 1110 0 110111 1001110 1001011 100110 10000

Color Harmonies of #303819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303819

Black with #303819

Text Example


Text Example

White with #303819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303819; }

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

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

background-color css

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

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

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

border-color css

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

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

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