Html Css Color HEX #2C8F3E Japanese Laurel

📋 copy color: '#2C8F3E'

red 44 ◦ green 143 ◦ blue 62

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

Shades of Japanese Laurel #2C8F3E

Tints of Japanese Laurel #2C8F3E

RGB

 RED value IS 44 (17.58% from 255) = 17.67%

 GREEN value IS 143 (56.25% from 255) = 57.43%

 BLUE value IS 62 (24.61% from 255) = 24.9%

R = 17.67%
G = 57.43%
B = 24.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#2C8F3E (or 0x2C8F3E) is known color: Japanese Laurel. HEX triplet: 2C, 8F and 3E. RGB value is (44,143,62). Sum of RGB (Red+Green+Blue) = 44+143+62=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #2C8F3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8F3E is #D370C1. Grayscale: #686868. Windows color (decimal): -13856962 or 4099884. OLE color: 4099884.

HSL color Cylindrical-coordinate representation of color #2C8F3E: hue angle of 130.91º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8F3E is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 143 62 -
CMYK 0.69 0 0.57 0.44
HSL 130.91º 0.53% 0.37% -
HSV(B) 130.91º 0.69% 0.56% -
XYZ 11.73 20.53 7.9 -
YUV 104.17 104.2 85.09 -
System Red Green Blue C M Y K H S L
Decimal 44 143 62 0.69 0 0.57 0.44 130.91 0.53 0.37
Hex 2C 8F 3E 45 0 39 2C 83 35 25
Octal 54 217 76 105 0 71 54 203 65 45
Binary 101100 10001111 111110 1000101 0 111001 101100 10000011 110101 100101

Color Harmonies of #2C8F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8F3E

Black with #2C8F3E

Text Example


Text Example

White with #2C8F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C8F3E; }

 p { color: rgb(44,143,62); }

 H1.HeaderClassName
 {
   color: #2C8F3E;
 }
 .AnyTagClassName
 {
   color: #2C8F3E;
 }
</style>

background-color css

<style>
 a { background-color: #2C8F3E; }

 a { background-color: rgb(44,143,62); }

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

border-color css

<style>
 span { border-color: #2C8F3E; }

 span { border-color: rgb(44,143,62); }

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