Html Css Color HEX #30400B Turtle Green

📋 copy color: '#30400B'

red 48 ◦ green 64 ◦ blue 11

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

Shades of Turtle Green #30400B

Tints of Turtle Green #30400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.03%

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

R = 39.02%
G = 52.03%
B = 8.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#30400B (or 0x30400B) is known color: Turtle Green. HEX triplet: 30, 40 and 0B. RGB value is (48,64,11). Sum of RGB (Red+Green+Blue) = 48+64+11=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #30400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30400B is #CFBFF4. Grayscale: #353535. Windows color (decimal): -13615093 or 737328. OLE color: 737328.

HSL color Cylindrical-coordinate representation of color #30400B: hue angle of 78.11º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30400B is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 11 -
CMYK 0.25 0 0.83 0.75
HSL 78.11º 0.71% 0.15% -
HSV(B) 78.11º 0.83% 0.25% -
XYZ 3.11 4.32 0.99 -
YUV 53.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 48 64 11 0.25 0 0.83 0.75 78.11 0.71 0.15
Hex 30 40 B 19 0 53 4B 4E 47 F
Octal 60 100 13 31 0 123 113 116 107 17
Binary 110000 1000000 1011 11001 0 1010011 1001011 1001110 1000111 1111

Color Harmonies of #30400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30400B

Black with #30400B

Text Example


Text Example

White with #30400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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