Html Css Color HEX #2C883A Japanese Laurel

📋 copy color: '#2C883A'

red 44 ◦ green 136 ◦ blue 58

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

Shades of Japanese Laurel #2C883A

Tints of Japanese Laurel #2C883A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 57.14%

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

R = 18.49%
G = 57.14%
B = 24.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#2C883A (or 0x2C883A) is known color: Japanese Laurel. HEX triplet: 2C, 88 and 3A. RGB value is (44,136,58). Sum of RGB (Red+Green+Blue) = 44+136+58=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #2C883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C883A is #D377C5. Grayscale: #636363. Windows color (decimal): -13858758 or 3835948. OLE color: 3835948.

HSL color Cylindrical-coordinate representation of color #2C883A: hue angle of 129.13º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C883A is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 44 136 58 -
CMYK 0.68 0 0.57 0.47
HSL 129.13º 0.51% 0.35% -
HSV(B) 129.13º 0.68% 0.53% -
XYZ 10.61 18.45 7.01 -
YUV 99.6 104.52 88.34 -
System Red Green Blue C M Y K H S L
Decimal 44 136 58 0.68 0 0.57 0.47 129.13 0.51 0.35
Hex 2C 88 3A 44 0 39 2F 81 33 23
Octal 54 210 72 104 0 71 57 201 63 43
Binary 101100 10001000 111010 1000100 0 111001 101111 10000001 110011 100011

Color Harmonies of #2C883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C883A

Black with #2C883A

Text Example


Text Example

White with #2C883A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,136,58); }

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

background-color css

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

 a { background-color: rgb(44,136,58); }

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

border-color css

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

 span { border-color: rgb(44,136,58); }

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