Html Css Color HEX #046A2F Crusoe

📋 copy color: '#046A2F'

red 4 ◦ green 106 ◦ blue 47

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

Shades of Crusoe #046A2F

Tints of Crusoe #046A2F

RGB

 RED value IS 4 (1.95% from 255) = 2.55%

 GREEN value IS 106 (41.8% from 255) = 67.52%

 BLUE value IS 47 (18.75% from 255) = 29.94%

R = 2.55%
G = 67.52%
B = 29.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#046A2F (or 0x046A2F) is known color: Crusoe. HEX triplet: 04, 6A and 2F. RGB value is (4,106,47). Sum of RGB (Red+Green+Blue) = 4+106+47=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 106 (41.80% from 255 or 67.52% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 106 - color contains mainly: green. Hex color #046A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A2F is #FB95D0. Grayscale: #444444. Windows color (decimal): -16487889 or 3107332. OLE color: 3107332.

HSL color Cylindrical-coordinate representation of color #046A2F: hue angle of 145.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046A2F is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 106 47 -
CMYK 0.96 0 0.56 0.58
HSL 145.29º 0.93% 0.22% -
HSV(B) 145.29º 0.96% 0.42% -
XYZ 5.72 10.54 4.42 -
YUV 68.78 115.71 81.8 -
System Red Green Blue C M Y K H S L
Decimal 4 106 47 0.96 0 0.56 0.58 145.29 0.93 0.22
Hex 4 6A 2F 60 0 38 3A 91 5D 16
Octal 4 152 57 140 0 70 72 221 135 26
Binary 100 1101010 101111 1100000 0 111000 111010 10010001 1011101 10110

Color Harmonies of #046A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046A2F

Black with #046A2F

Text Example


Text Example

White with #046A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046A2F; }

 p { color: rgb(4,106,47); }

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

background-color css

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

 a { background-color: rgb(4,106,47); }

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

border-color css

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

 span { border-color: rgb(4,106,47); }

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