Html Css Color HEX #305B01 Verdun Green

📋 copy color: '#305B01'

red 48 ◦ green 91 ◦ blue 1

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

Shades of Verdun Green #305B01

Tints of Verdun Green #305B01

RGB

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

 GREEN value IS 91 (35.94% from 255) = 65%

 BLUE value IS 1 (0.78% from 255) = 0.71%

R = 34.29%
G = 65%
B = 0.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#305B01 (or 0x305B01) is known color: Verdun Green. HEX triplet: 30, 5B and 01. RGB value is (48,91,1). Sum of RGB (Red+Green+Blue) = 48+91+1=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 91 (35.94% from 255 or 65% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 91 - color contains mainly: green. Hex color #305B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305B01 is #CFA4FE. Grayscale: #444444. Windows color (decimal): -13608191 or 88880. OLE color: 88880.

HSL color Cylindrical-coordinate representation of color #305B01: hue angle of 88.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #305B01 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 91 1 -
CMYK 0.47 0 0.99 0.64
HSL 88.67º 0.98% 0.18% -
HSV(B) 88.67º 0.99% 0.36% -
XYZ 4.97 8.11 1.33 -
YUV 67.88 90.25 113.82 -
System Red Green Blue C M Y K H S L
Decimal 48 91 1 0.47 0 0.99 0.64 88.67 0.98 0.18
Hex 30 5B 1 2F 0 63 40 59 62 12
Octal 60 133 1 57 0 143 100 131 142 22
Binary 110000 1011011 1 101111 0 1100011 1000000 1011001 1100010 10010

Color Harmonies of #305B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305B01

Black with #305B01

Text Example


Text Example

White with #305B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,91,1); }

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

background-color css

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

 a { background-color: rgb(48,91,1); }

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

border-color css

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

 span { border-color: rgb(48,91,1); }

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