Html Css Color HEX #30371E Turtle Green

📋 copy color: '#30371E'

red 48 ◦ green 55 ◦ blue 30

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

Shades of Turtle Green #30371E

Tints of Turtle Green #30371E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.35%

 BLUE value IS 30 (12.11% from 255) = 22.56%

R = 36.09%
G = 41.35%
B = 22.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#30371E (or 0x30371E) is known color: Turtle Green. HEX triplet: 30, 37 and 1E. RGB value is (48,55,30). Sum of RGB (Red+Green+Blue) = 48+55+30=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #30371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30371E is #CFC8E1. Grayscale: #323232. Windows color (decimal): -13617378 or 1980208. OLE color: 1980208.

HSL color Cylindrical-coordinate representation of color #30371E: hue angle of 76.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30371E is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 55 30 -
CMYK 0.13 0 0.45 0.78
HSL 76.8º 0.29% 0.17% -
HSV(B) 76.8º 0.45% 0.22% -
XYZ 2.82 3.45 1.75 -
YUV 50.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 48 55 30 0.13 0 0.45 0.78 76.8 0.29 0.17
Hex 30 37 1E D 0 2D 4E 4D 1D 11
Octal 60 67 36 15 0 55 116 115 35 21
Binary 110000 110111 11110 1101 0 101101 1001110 1001101 11101 10001

Color Harmonies of #30371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30371E

Black with #30371E

Text Example


Text Example

White with #30371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30371E; }

 p { color: rgb(48,55,30); }

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

background-color css

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

 a { background-color: rgb(48,55,30); }

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

border-color css

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

 span { border-color: rgb(48,55,30); }

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