Html Css Color HEX #30600B Verdun Green

📋 copy color: '#30600B'

red 48 ◦ green 96 ◦ blue 11

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

Shades of Verdun Green #30600B

Tints of Verdun Green #30600B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 61.94%

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

R = 30.97%
G = 61.94%
B = 7.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#30600B (or 0x30600B) is known color: Verdun Green. HEX triplet: 30, 60 and 0B. RGB value is (48,96,11). Sum of RGB (Red+Green+Blue) = 48+96+11=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #30600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30600B is #CF9FF4. Grayscale: #484848. Windows color (decimal): -13606901 or 745520. OLE color: 745520.

HSL color Cylindrical-coordinate representation of color #30600B: hue angle of 93.88º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30600B is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 11 -
CMYK 0.50 0 0.89 0.62
HSL 93.88º 0.79% 0.21% -
HSV(B) 93.88º 0.89% 0.38% -
XYZ 5.46 9.02 1.77 -
YUV 71.96 93.6 110.91 -
System Red Green Blue C M Y K H S L
Decimal 48 96 11 0.50 0 0.89 0.62 93.88 0.79 0.21
Hex 30 60 B 32 0 59 3E 5E 4F 15
Octal 60 140 13 62 0 131 76 136 117 25
Binary 110000 1100000 1011 110010 0 1011001 111110 1011110 1001111 10101

Color Harmonies of #30600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30600B

Black with #30600B

Text Example


Text Example

White with #30600B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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