Html Css Color HEX #305907 Verdun Green

📋 copy color: '#305907'

red 48 ◦ green 89 ◦ blue 7

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

Shades of Verdun Green #305907

Tints of Verdun Green #305907

RGB

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

 GREEN value IS 89 (35.16% from 255) = 61.81%

 BLUE value IS 7 (3.13% from 255) = 4.86%

R = 33.33%
G = 61.81%
B = 4.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#305907 (or 0x305907) is known color: Verdun Green. HEX triplet: 30, 59 and 07. RGB value is (48,89,7). Sum of RGB (Red+Green+Blue) = 48+89+7=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #305907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305907 is #CFA6F8. Grayscale: #434343. Windows color (decimal): -13608697 or 481584. OLE color: 481584.

HSL color Cylindrical-coordinate representation of color #305907: hue angle of 90º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #305907 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 7 -
CMYK 0.46 0 0.92 0.65
HSL 90º 0.85% 0.19% -
HSV(B) 90º 0.92% 0.35% -
XYZ 4.83 7.79 1.45 -
YUV 67.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 48 89 7 0.46 0 0.92 0.65 90 0.85 0.19
Hex 30 59 7 2E 0 5C 41 5A 55 13
Octal 60 131 7 56 0 134 101 132 125 23
Binary 110000 1011001 111 101110 0 1011100 1000001 1011010 1010101 10011

Color Harmonies of #305907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305907

Black with #305907

Text Example


Text Example

White with #305907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305907; }

 p { color: rgb(48,89,7); }

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

background-color css

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

 a { background-color: rgb(48,89,7); }

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

border-color css

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

 span { border-color: rgb(48,89,7); }

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