Html Css Color HEX #42873D Fern Green

📋 copy color: '#42873D'

red 66 ◦ green 135 ◦ blue 61

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

Shades of Fern Green #42873D

Tints of Fern Green #42873D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.53%

 BLUE value IS 61 (24.22% from 255) = 23.28%

R = 25.19%
G = 51.53%
B = 23.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#42873D (or 0x42873D) is known color: Fern Green. HEX triplet: 42, 87 and 3D. RGB value is (66,135,61). Sum of RGB (Red+Green+Blue) = 66+135+61=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #42873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42873D is #BD78C2. Grayscale: #6A6A6A. Windows color (decimal): -12417219 or 4032322. OLE color: 4032322.

HSL color Cylindrical-coordinate representation of color #42873D: hue angle of 115.95º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42873D is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 61 -
CMYK 0.51 0 0.55 0.47
HSL 115.95º 0.38% 0.38% -
HSV(B) 115.95º 0.55% 0.53% -
XYZ 11.75 18.82 7.43 -
YUV 105.93 102.64 99.52 -
System Red Green Blue C M Y K H S L
Decimal 66 135 61 0.51 0 0.55 0.47 115.95 0.38 0.38
Hex 42 87 3D 33 0 37 2F 74 26 26
Octal 102 207 75 63 0 67 57 164 46 46
Binary 1000010 10000111 111101 110011 0 110111 101111 1110100 100110 100110

Color Harmonies of #42873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42873D

Black with #42873D

Text Example


Text Example

White with #42873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42873D; }

 p { color: rgb(66,135,61); }

 H1.HeaderClassName
 {
   color: #42873D;
 }
 .AnyTagClassName
 {
   color: #42873D;
 }
</style>

background-color css

<style>
 a { background-color: #42873D; }

 a { background-color: rgb(66,135,61); }

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

border-color css

<style>
 span { border-color: #42873D; }

 span { border-color: rgb(66,135,61); }

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