Html Css Color HEX #42733F Fern Green

📋 copy color: '#42733F'

red 66 ◦ green 115 ◦ blue 63

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

Shades of Fern Green #42733F

Tints of Fern Green #42733F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.82%

R = 27.05%
G = 47.13%
B = 25.82%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#42733F (or 0x42733F) is known color: Fern Green. HEX triplet: 42, 73 and 3F. RGB value is (66,115,63). Sum of RGB (Red+Green+Blue) = 66+115+63=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #42733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42733F is #BD8CC0. Grayscale: #5E5E5E. Windows color (decimal): -12422337 or 4158274. OLE color: 4158274.

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

Color convert

RGB 66 115 63 -
CMYK 0.43 0 0.45 0.55
HSL 116.54º 0.29% 0.35% -
HSV(B) 116.54º 0.45% 0.45% -
XYZ 9.27 13.78 6.87 -
YUV 94.42 110.27 107.73 -
System Red Green Blue C M Y K H S L
Decimal 66 115 63 0.43 0 0.45 0.55 116.54 0.29 0.35
Hex 42 73 3F 2B 0 2D 37 75 1D 23
Octal 102 163 77 53 0 55 67 165 35 43
Binary 1000010 1110011 111111 101011 0 101101 110111 1110101 11101 100011

Color Harmonies of #42733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42733F

Black with #42733F

Text Example


Text Example

White with #42733F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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