Html Css Color HEX #30390B Turtle Green

📋 copy color: '#30390B'

red 48 ◦ green 57 ◦ blue 11

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

Shades of Turtle Green #30390B

Tints of Turtle Green #30390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 49.14%

 BLUE value IS 11 (4.69% from 255) = 9.48%

R = 41.38%
G = 49.14%
B = 9.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#30390B (or 0x30390B) is known color: Turtle Green. HEX triplet: 30, 39 and 0B. RGB value is (48,57,11). Sum of RGB (Red+Green+Blue) = 48+57+11=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #30390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30390B is #CFC6F4. Grayscale: #313131. Windows color (decimal): -13616885 or 735536. OLE color: 735536.

HSL color Cylindrical-coordinate representation of color #30390B: hue angle of 71.74º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30390B is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 57 11 -
CMYK 0.16 0 0.81 0.78
HSL 71.74º 0.68% 0.13% -
HSV(B) 71.74º 0.81% 0.22% -
XYZ 2.74 3.58 0.86 -
YUV 49.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 48 57 11 0.16 0 0.81 0.78 71.74 0.68 0.13
Hex 30 39 B 10 0 51 4E 48 44 D
Octal 60 71 13 20 0 121 116 110 104 15
Binary 110000 111001 1011 10000 0 1010001 1001110 1001000 1000100 1101

Color Harmonies of #30390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30390B

Black with #30390B

Text Example


Text Example

White with #30390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30390B; }

 p { color: rgb(48,57,11); }

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

background-color css

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

 a { background-color: rgb(48,57,11); }

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

border-color css

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

 span { border-color: rgb(48,57,11); }

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