Html Css Color HEX #42833A Fern Green

📋 copy color: '#42833A'

red 66 ◦ green 131 ◦ blue 58

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

Shades of Fern Green #42833A

Tints of Fern Green #42833A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.37%

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

R = 25.88%
G = 51.37%
B = 22.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#42833A (or 0x42833A) is known color: Fern Green. HEX triplet: 42, 83 and 3A. RGB value is (66,131,58). Sum of RGB (Red+Green+Blue) = 66+131+58=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #42833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42833A is #BD7CC5. Grayscale: #676767. Windows color (decimal): -12418246 or 3834690. OLE color: 3834690.

HSL color Cylindrical-coordinate representation of color #42833A: hue angle of 113.42º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42833A is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 58 -
CMYK 0.50 0 0.56 0.49
HSL 113.42º 0.39% 0.37% -
HSV(B) 113.42º 0.56% 0.51% -
XYZ 11.13 17.7 6.83 -
YUV 103.24 102.47 101.44 -
System Red Green Blue C M Y K H S L
Decimal 66 131 58 0.50 0 0.56 0.49 113.42 0.39 0.37
Hex 42 83 3A 32 0 38 31 71 27 25
Octal 102 203 72 62 0 70 61 161 47 45
Binary 1000010 10000011 111010 110010 0 111000 110001 1110001 100111 100101

Color Harmonies of #42833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42833A

Black with #42833A

Text Example


Text Example

White with #42833A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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