Html Css Color HEX #2D833A Japanese Laurel

📋 copy color: '#2D833A'

red 45 ◦ green 131 ◦ blue 58

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

Shades of Japanese Laurel #2D833A

Tints of Japanese Laurel #2D833A

RGB

 RED value IS 45 (17.97% from 255) = 19.23%

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

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

R = 19.23%
G = 55.98%
B = 24.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#2D833A (or 0x2D833A) is known color: Japanese Laurel. HEX triplet: 2D, 83 and 3A. RGB value is (45,131,58). Sum of RGB (Red+Green+Blue) = 45+131+58=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #2D833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D833A is #D27CC5. Grayscale: #616161. Windows color (decimal): -13794502 or 3834669. OLE color: 3834669.

HSL color Cylindrical-coordinate representation of color #2D833A: hue angle of 129.07º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D833A is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 45 131 58 -
CMYK 0.66 0 0.56 0.49
HSL 129.07º 0.49% 0.35% -
HSV(B) 129.07º 0.66% 0.51% -
XYZ 9.96 17.1 6.78 -
YUV 96.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 45 131 58 0.66 0 0.56 0.49 129.07 0.49 0.35
Hex 2D 83 3A 42 0 38 31 81 31 23
Octal 55 203 72 102 0 70 61 201 61 43
Binary 101101 10000011 111010 1000010 0 111000 110001 10000001 110001 100011

Color Harmonies of #2D833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D833A

Black with #2D833A

Text Example


Text Example

White with #2D833A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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