Html Css Color HEX #42803A Fern Green

📋 copy color: '#42803A'

red 66 ◦ green 128 ◦ blue 58

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

Shades of Fern Green #42803A

Tints of Fern Green #42803A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.79%

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 26.19%
G = 50.79%
B = 23.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#42803A (or 0x42803A) is known color: Fern Green. HEX triplet: 42, 80 and 3A. RGB value is (66,128,58). Sum of RGB (Red+Green+Blue) = 66+128+58=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #42803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42803A is #BD7FC5. Grayscale: #656565. Windows color (decimal): -12419014 or 3833922. OLE color: 3833922.

HSL color Cylindrical-coordinate representation of color #42803A: hue angle of 113.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42803A is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 128 58 -
CMYK 0.48 0 0.55 0.50
HSL 113.14º 0.38% 0.36% -
HSV(B) 113.14º 0.55% 0.5% -
XYZ 10.73 16.9 6.7 -
YUV 101.48 103.46 102.69 -
System Red Green Blue C M Y K H S L
Decimal 66 128 58 0.48 0 0.55 0.50 113.14 0.38 0.36
Hex 42 80 3A 30 0 37 32 71 26 24
Octal 102 200 72 60 0 67 62 161 46 44
Binary 1000010 10000000 111010 110000 0 110111 110010 1110001 100110 100100

Color Harmonies of #42803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42803A

Black with #42803A

Text Example


Text Example

White with #42803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42803A; }

 p { color: rgb(66,128,58); }

 H1.HeaderClassName
 {
   color: #42803A;
 }
 .AnyTagClassName
 {
   color: #42803A;
 }
</style>

background-color css

<style>
 a { background-color: #42803A; }

 a { background-color: rgb(66,128,58); }

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

border-color css

<style>
 span { border-color: #42803A; }

 span { border-color: rgb(66,128,58); }

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