Html Css Color HEX #2C8F3F Japanese Laurel

📋 copy color: '#2C8F3F'

red 44 ◦ green 143 ◦ blue 63

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

Shades of Japanese Laurel #2C8F3F

Tints of Japanese Laurel #2C8F3F

RGB

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

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

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

R = 17.6%
G = 57.2%
B = 25.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#2C8F3F (or 0x2C8F3F) is known color: Japanese Laurel. HEX triplet: 2C, 8F and 3F. RGB value is (44,143,63). Sum of RGB (Red+Green+Blue) = 44+143+63=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 143 (56.25% from 255 or 57.2% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 143 - color contains mainly: green. Hex color #2C8F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8F3F is #D370C0. Grayscale: #686868. Windows color (decimal): -13856961 or 4165420. OLE color: 4165420.

HSL color Cylindrical-coordinate representation of color #2C8F3F: hue angle of 131.52º 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 #2C8F3F is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 143 63 -
CMYK 0.69 0 0.56 0.44
HSL 131.52º 0.53% 0.37% -
HSV(B) 131.52º 0.69% 0.56% -
XYZ 11.76 20.54 8.05 -
YUV 104.28 104.7 85 -
System Red Green Blue C M Y K H S L
Decimal 44 143 63 0.69 0 0.56 0.44 131.52 0.53 0.37
Hex 2C 8F 3F 45 0 38 2C 84 35 25
Octal 54 217 77 105 0 70 54 204 65 45
Binary 101100 10001111 111111 1000101 0 111000 101100 10000100 110101 100101

Color Harmonies of #2C8F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8F3F

Black with #2C8F3F

Text Example


Text Example

White with #2C8F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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