Html Css Color HEX #42893F Fern Green

📋 copy color: '#42893F'

red 66 ◦ green 137 ◦ blue 63

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

Shades of Fern Green #42893F

Tints of Fern Green #42893F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.5%

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

R = 24.81%
G = 51.5%
B = 23.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#42893F (or 0x42893F) is known color: Fern Green. HEX triplet: 42, 89 and 3F. RGB value is (66,137,63). Sum of RGB (Red+Green+Blue) = 66+137+63=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #42893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42893F is #BD76C0. Grayscale: #6B6B6B. Windows color (decimal): -12416705 or 4163906. OLE color: 4163906.

HSL color Cylindrical-coordinate representation of color #42893F: hue angle of 117.57º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42893F is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 63 -
CMYK 0.52 0 0.54 0.46
HSL 117.57º 0.37% 0.39% -
HSV(B) 117.57º 0.54% 0.54% -
XYZ 12.09 19.41 7.81 -
YUV 107.34 102.98 98.52 -
System Red Green Blue C M Y K H S L
Decimal 66 137 63 0.52 0 0.54 0.46 117.57 0.37 0.39
Hex 42 89 3F 34 0 36 2E 76 25 27
Octal 102 211 77 64 0 66 56 166 45 47
Binary 1000010 10001001 111111 110100 0 110110 101110 1110110 100101 100111

Color Harmonies of #42893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42893F

Black with #42893F

Text Example


Text Example

White with #42893F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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