Html Css Color HEX #2B7430 Japanese Laurel

📋 copy color: '#2B7430'

red 43 ◦ green 116 ◦ blue 48

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

Shades of Japanese Laurel #2B7430

Tints of Japanese Laurel #2B7430

RGB

 RED value IS 43 (17.19% from 255) = 20.77%

 GREEN value IS 116 (45.7% from 255) = 56.04%

 BLUE value IS 48 (19.14% from 255) = 23.19%

R = 20.77%
G = 56.04%
B = 23.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#2B7430 (or 0x2B7430) is known color: Japanese Laurel. HEX triplet: 2B, 74 and 30. RGB value is (43,116,48). Sum of RGB (Red+Green+Blue) = 43+116+48=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7430 is #D48BCF. Grayscale: #565656. Windows color (decimal): -13929424 or 3175467. OLE color: 3175467.

HSL color Cylindrical-coordinate representation of color #2B7430: hue angle of 124.11º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7430 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 116 48 -
CMYK 0.63 0 0.59 0.55
HSL 124.11º 0.46% 0.31% -
HSV(B) 124.11º 0.63% 0.45% -
XYZ 7.78 13.22 4.94 -
YUV 86.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 43 116 48 0.63 0 0.59 0.55 124.11 0.46 0.31
Hex 2B 74 30 3F 0 3B 37 7C 2E 1F
Octal 53 164 60 77 0 73 67 174 56 37
Binary 101011 1110100 110000 111111 0 111011 110111 1111100 101110 11111

Color Harmonies of #2B7430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7430

Black with #2B7430

Text Example


Text Example

White with #2B7430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,116,48); }

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

background-color css

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

 a { background-color: rgb(43,116,48); }

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

border-color css

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

 span { border-color: rgb(43,116,48); }

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