Html Css Color HEX #305C03 Verdun Green

📋 copy color: '#305C03'

red 48 ◦ green 92 ◦ blue 3

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

Shades of Verdun Green #305C03

Tints of Verdun Green #305C03

RGB

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

 GREEN value IS 92 (36.33% from 255) = 64.34%

 BLUE value IS 3 (1.56% from 255) = 2.1%

R = 33.57%
G = 64.34%
B = 2.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#305C03 (or 0x305C03) is known color: Verdun Green. HEX triplet: 30, 5C and 03. RGB value is (48,92,3). Sum of RGB (Red+Green+Blue) = 48+92+3=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 92 (36.33% from 255 or 64.34% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 92 - color contains mainly: green. Hex color #305C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305C03 is #CFA3FC. Grayscale: #454545. Windows color (decimal): -13607933 or 220208. OLE color: 220208.

HSL color Cylindrical-coordinate representation of color #305C03: hue angle of 89.66º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #305C03 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 92 3 -
CMYK 0.48 0 0.97 0.64
HSL 89.66º 0.94% 0.19% -
HSV(B) 89.66º 0.97% 0.36% -
XYZ 5.06 8.29 1.42 -
YUV 68.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 48 92 3 0.48 0 0.97 0.64 89.66 0.94 0.19
Hex 30 5C 3 30 0 61 40 5A 5E 13
Octal 60 134 3 60 0 141 100 132 136 23
Binary 110000 1011100 11 110000 0 1100001 1000000 1011010 1011110 10011

Color Harmonies of #305C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C03

Black with #305C03

Text Example


Text Example

White with #305C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305C03; }

 p { color: rgb(48,92,3); }

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

background-color css

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

 a { background-color: rgb(48,92,3); }

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

border-color css

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

 span { border-color: rgb(48,92,3); }

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