Html Css Color HEX #2F923E Japanese Laurel

📋 copy color: '#2F923E'

red 47 ◦ green 146 ◦ blue 62

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

Shades of Japanese Laurel #2F923E

Tints of Japanese Laurel #2F923E

RGB

 RED value IS 47 (18.75% from 255) = 18.43%

 GREEN value IS 146 (57.42% from 255) = 57.25%

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

R = 18.43%
G = 57.25%
B = 24.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#2F923E (or 0x2F923E) is known color: Japanese Laurel. HEX triplet: 2F, 92 and 3E. RGB value is (47,146,62). Sum of RGB (Red+Green+Blue) = 47+146+62=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #2F923E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F923E is #D06DC1. Grayscale: #6B6B6B. Windows color (decimal): -13659586 or 4100655. OLE color: 4100655.

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

Color convert

RGB 47 146 62 -
CMYK 0.68 0 0.58 0.43
HSL 129.09º 0.51% 0.38% -
HSV(B) 129.09º 0.68% 0.57% -
XYZ 12.32 21.51 8.06 -
YUV 106.82 102.7 85.33 -
System Red Green Blue C M Y K H S L
Decimal 47 146 62 0.68 0 0.58 0.43 129.09 0.51 0.38
Hex 2F 92 3E 44 0 3A 2B 81 33 26
Octal 57 222 76 104 0 72 53 201 63 46
Binary 101111 10010010 111110 1000100 0 111010 101011 10000001 110011 100110

Color Harmonies of #2F923E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F923E

Black with #2F923E

Text Example


Text Example

White with #2F923E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,146,62); }

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

background-color css

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

 a { background-color: rgb(47,146,62); }

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

border-color css

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

 span { border-color: rgb(47,146,62); }

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