Html Css Color HEX #30381C Turtle Green

📋 copy color: '#30381C'

red 48 ◦ green 56 ◦ blue 28

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

Shades of Turtle Green #30381C

Tints of Turtle Green #30381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 36.36%
G = 42.42%
B = 21.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#30381C (or 0x30381C) is known color: Turtle Green. HEX triplet: 30, 38 and 1C. RGB value is (48,56,28). Sum of RGB (Red+Green+Blue) = 48+56+28=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 56 - color contains mainly: green. Hex color #30381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30381C is #CFC7E3. Grayscale: #323232. Windows color (decimal): -13617124 or 1849392. OLE color: 1849392.

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

Color convert

RGB 48 56 28 -
CMYK 0.14 0 0.50 0.78
HSL 77.14º 0.33% 0.16% -
HSV(B) 77.14º 0.5% 0.22% -
XYZ 2.84 3.54 1.63 -
YUV 50.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 48 56 28 0.14 0 0.50 0.78 77.14 0.33 0.16
Hex 30 38 1C E 0 32 4E 4D 21 10
Octal 60 70 34 16 0 62 116 115 41 20
Binary 110000 111000 11100 1110 0 110010 1001110 1001101 100001 10000

Color Harmonies of #30381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30381C

Black with #30381C

Text Example


Text Example

White with #30381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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