Html Css Color HEX #42733B Fern Green

📋 copy color: '#42733B'

red 66 ◦ green 115 ◦ blue 59

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

Shades of Fern Green #42733B

Tints of Fern Green #42733B

RGB

 RED value IS 66 (26.17% from 255) = 27.5%

 GREEN value IS 115 (45.31% from 255) = 47.92%

 BLUE value IS 59 (23.44% from 255) = 24.58%

R = 27.5%
G = 47.92%
B = 24.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#42733B (or 0x42733B) is known color: Fern Green. HEX triplet: 42, 73 and 3B. RGB value is (66,115,59). Sum of RGB (Red+Green+Blue) = 66+115+59=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #42733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42733B is #BD8CC4. Grayscale: #5E5E5E. Windows color (decimal): -12422341 or 3896130. OLE color: 3896130.

HSL color Cylindrical-coordinate representation of color #42733B: hue angle of 112.5º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42733B is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 59 -
CMYK 0.43 0 0.49 0.55
HSL 112.5º 0.32% 0.34% -
HSV(B) 112.5º 0.49% 0.45% -
XYZ 9.17 13.74 6.31 -
YUV 93.97 108.27 108.05 -
System Red Green Blue C M Y K H S L
Decimal 66 115 59 0.43 0 0.49 0.55 112.5 0.32 0.34
Hex 42 73 3B 2B 0 31 37 70 20 22
Octal 102 163 73 53 0 61 67 160 40 42
Binary 1000010 1110011 111011 101011 0 110001 110111 1110000 100000 100010

Color Harmonies of #42733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42733B

Black with #42733B

Text Example


Text Example

White with #42733B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,115,59); }

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

background-color css

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

 a { background-color: rgb(66,115,59); }

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

border-color css

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

 span { border-color: rgb(66,115,59); }

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